This commit is contained in:
Primakov Alexandr Alexandrovich 2020-03-31 00:16:30 +03:00
parent ac1e2a4df3
commit 14e5c02a03
2 changed files with 19 additions and 19 deletions

34
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -11,10 +11,10 @@ module.exports = {
index: "./src/main.ts"
},
output: {
library: "bootstrap",
library: "fireapp",
path: path.resolve(__dirname, outputDirectory),
libraryExport: "default",
publicPath: `/boorstrap/${pkg.version}/`
publicPath: `/fireapp/${pkg.version}/`
},
plugins: [new CleanWebpackPlugin()],