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,7 +10,7 @@ module.exports = {
10 10
     path: path.resolve(__dirname, 'dist'),
11 11
     filename: isProduction ? 'pageHtml.plugin.js' : 'pageHtml.plugin.dev.js',
12 12
     pathinfo: !isProduction,
13
-    library: isProduction ? 'tracim_lib' : undefined,
13
+    library: isProduction ? 'tracim_plugin_pagehtml' : undefined,
14 14
     libraryTarget: isProduction ? 'umd' : undefined,
15 15
     umdNamedDefine: isProduction
16 16
   },