Browse Source

feat: update

wxyyxc1992 5 years ago
parent
commit
f7a5252862
3 changed files with 4 additions and 1 deletions
  1. 2
    1
      dist/index.js
  2. 1
    0
      dist/index.js.map
  3. 1
    0
      scripts/base/webpack.config.umd.js

+ 2
- 1
dist/index.js
File diff suppressed because it is too large
View File


+ 1
- 0
dist/index.js.map
File diff suppressed because it is too large
View File


+ 1
- 0
scripts/base/webpack.config.umd.js View File

@@ -11,6 +11,7 @@ plugins.pop();
11 11
 
12 12
 const umdConfig = {
13 13
   ...prodConfig,
14
+  devtool: 'source-map',
14 15
   output: {
15 16
     filename: '[name].js',
16 17
     path: path.resolve(rootPath, './dist'),