Explorar el Código

chore:update name

Paul hace 5 años
padre
commit
85aea4502c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      webpack.config.prod.js

+ 2
- 2
webpack.config.prod.js Ver fichero

@@ -7,8 +7,8 @@ module.exports = {
7 7
   entry: './src/index.ts',
8 8
   devtool: false,
9 9
   output: {
10
-    filename: 'index.umd.js',
11
-    path: path.resolve(__dirname, 'dist'),
10
+    filename: 'index.js',
11
+    path: path.resolve(__dirname, 'dist/umd'),
12 12
     library: 'imSdk',
13 13
     libraryTarget: 'umd',
14 14
   },