Browse Source

fix: source-map

100011797 3 years atrás
parent
commit
5403649db7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      config/config.ts

+ 0 - 1
config/config.ts

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