We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b318a8 commit 6b77c94Copy full SHA for 6b77c94
vue.config.js
@@ -15,6 +15,7 @@ module.exports = {
15
let pkg = fs.readFileSync(pkgPath);
16
pkg.dependencies = {
17
"ant-design-vue": "^1.7.8",
18
+ "bwip-js": "^4.0.0",
19
"core-js": "^3.6.5",
20
"vue": "^2.5.11",
21
"concurrent-tasks": "^1.0.7",
webpack.config.js
@@ -48,7 +48,7 @@ module.exports = {
48
"@wtto00/html2canvas": "html2canvas",
49
canvg: 'canvg',
50
jspdf: "jspdf",
51
- "bwip-js": 'bwip-js',
+ "bwip-js": 'bwipjs',
52
"nzh": "Nzh",
53
},
54
optimization:{
0 commit comments