Browse Source

fixed webpack.conf

Skylsmoi 7 years ago
parent
commit
ff9b30215b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js View File

10
     path: path.resolve(__dirname, 'dist'),
10
     path: path.resolve(__dirname, 'dist'),
11
     filename: isProduction ? 'pageHtml.plugin.js' : 'pageHtml.plugin.dev.js',
11
     filename: isProduction ? 'pageHtml.plugin.js' : 'pageHtml.plugin.dev.js',
12
     pathinfo: !isProduction,
12
     pathinfo: !isProduction,
13
-    library: isProduction ? 'tracim_lib' : undefined,
13
+    library: isProduction ? 'tracim_plugin_pagehtml' : undefined,
14
     libraryTarget: isProduction ? 'umd' : undefined,
14
     libraryTarget: isProduction ? 'umd' : undefined,
15
     umdNamedDefine: isProduction
15
     umdNamedDefine: isProduction
16
   },
16
   },