|
@@ -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
|
},
|