2 Commits

Author SHA1 Message Date
primakov d5e08e4178 1.2.0 2020-03-31 00:16:40 +03:00
primakov 14e5c02a03 fireapp 2020-03-31 00:16:30 +03:00
3 changed files with 20 additions and 20 deletions
+17 -17
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@ijl/fire.app", "name": "@ijl/fire.app",
"version": "1.1.0", "version": "1.2.0",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
+2 -2
View File
@@ -11,10 +11,10 @@ module.exports = {
index: "./src/main.ts" index: "./src/main.ts"
}, },
output: { output: {
library: "bootstrap", library: "fireapp",
path: path.resolve(__dirname, outputDirectory), path: path.resolve(__dirname, outputDirectory),
libraryExport: "default", libraryExport: "default",
publicPath: `/boorstrap/${pkg.version}/` publicPath: `/fireapp/${pkg.version}/`
}, },
plugins: [new CleanWebpackPlugin()], plugins: [new CleanWebpackPlugin()],