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 690624e commit a2caf5eCopy full SHA for a2caf5e
package.json
@@ -64,5 +64,8 @@
64
"v-click-outside": "^3.1.2",
65
"vue-emoji-picker": "^1.0.1",
66
"vue-infinite-loading": "^2.4.5"
67
+ },
68
+ "optionalDependencies": {
69
+ "lamejs": "^1.2.0"
70
}
71
vue.config.js
@@ -1,11 +1,7 @@
1
module.exports = {
2
- // configureWebpack: {
3
- // ...(process.env.NODE_ENV === 'production'
4
- // ? {
5
- // externals: {
6
- // 'vue-infinite-loading': 'vue-infinite-loading'
7
- // }
8
9
- // : {})
10
+ chainWebpack: config => {
+ config.externals({
+ lamejs: 'lamejs'
+ })
+ }
11
0 commit comments