// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`url-plugin copied-assets 1`] = ` ############## # index.html # ##############
############# # batman.js # ############# const b = ()=>'batman'; console.log(b()); export { b }; //# sourceMappingURL=batman.js.map ################# # batman.js.map # ################# {"version":3,"file":"batman.js","sources":["../batman.js"],"sourcesContent":["export const b = ()=>'batman';\\nconsole.log(b());\\n"],"names":[],"mappings":"AAAY,MAAC,CAAC,GAAG,IAAI,SAAS;AAC9B,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;;;;"} `; exports[`url-plugin inlined-assets 1`] = ` ############## # index.html # ############## ############# # batman.js # ############# const b = ()=>'batman'; console.log(b()); export { b }; //# sourceMappingURL=batman.js.map ################# # batman.js.map # ################# {"version":3,"file":"batman.js","sources":["../batman.js"],"sourcesContent":["export const b = ()=>'batman';\\nconsole.log(b());\\n"],"names":[],"mappings":"AAAY,MAAC,CAAC,GAAG,IAAI,SAAS;AAC9B,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;;;;"} `;