mirror of
https://github.com/tenrok/vue-native-websocket.git
synced 2026-06-24 23:10:34 +03:00
webpack, yarn and dist
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -5,7 +5,7 @@ module.exports = {
|
|||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, './dist'),
|
path: path.resolve(__dirname, './dist'),
|
||||||
filename: 'build.js',
|
filename: 'build.js',
|
||||||
library: ['VueSocketio'],
|
library: ['VueNativeSock'],
|
||||||
libraryTarget: 'umd'
|
libraryTarget: 'umd'
|
||||||
},
|
},
|
||||||
devtool: "source-map",
|
devtool: "source-map",
|
||||||
|
|||||||
Reference in New Issue
Block a user