Explorar el Código

fix: source-map

100011797 hace 3 años
padre
commit
c7b9ddeb86
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      config/config.ts

+ 1 - 0
config/config.ts

@@ -93,4 +93,5 @@ export default defineConfig({
     );
     memo.module.rule('mjs-rule').test(/.m?js/).resolve.set('fullySpecified', false);
   },
+  devtool: 'source-map',
 });