Skip to content

Commit

Permalink
Update poi and umd build
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiomaffeis committed May 6, 2022
1 parent 8ef3f21 commit 1617448
Show file tree
Hide file tree
Showing 4 changed files with 6,310 additions and 147 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"babel-preset-env": "^1.6.1",
"jest": "^22.4.0",
"jest-serializer-vue": "^0.3.0",
"poi": "^12.10.3",
"vue": "^2.5.13",
"vue-jest": "^2.1.0",
"vue-server-renderer": "^2.5.13",
Expand Down
20 changes: 12 additions & 8 deletions poi.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
module.exports = {
entry: './PictureInput.vue',
filename: {
js: 'vue-picture-input.js'
output: {
fileNames: {
js: 'vue-picture-input.js'
},
moduleName: 'PictureInput',
dir: 'umd',
sourceMap: false,
html: false,
format: 'umd'
},
moduleName: 'PictureInput',
extractCSS: false,
dist: 'umd',
sourceMap: false,
html: false,
format: 'umd'
css: {
extract: false
}
}
2 changes: 1 addition & 1 deletion umd/vue-picture-input.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1617448

Please sign in to comment.