Skip to content

Commit 03c0973

Browse files
committed
Updated coop
1 parent c6efc8b commit 03c0973

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

config/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ module.exports = {
55
mode: 'production',
66
output: {
77
path: path.resolve(__dirname, '../dist'),
8-
filename: 'index.js',
8+
filename: 'js/index.js',
99
library: {
1010
name: 'mvc',
1111
type: 'umd',
1212
},
13+
clean: true,
1314
},
1415
module: {
1516
rules: [

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@djthorpe/js-framework",
3-
"version": "0.0.5",
3+
"version": "0.0.8",
44
"description": "Javascript UI Framework",
55
"main": "dist/js/index.js",
66
"scripts": {
@@ -36,6 +36,6 @@
3636
"bootstrap-icons": "^1.4.1"
3737
},
3838
"files": [
39-
"dist/*.{js,map,woff,woff}"
39+
"dist/**/*.{js,map,woff,woff2,txt}"
4040
]
4141
}

0 commit comments

Comments
 (0)