Re-add socket mixin, works fine?

This commit is contained in:
Dane Everitt 2019-02-03 14:49:04 -08:00
parent 1c6fa6c0bb
commit d7ce62c047
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 15 additions and 9 deletions

View file

@ -164,6 +164,7 @@ module.exports = {
extensions: ['.ts', '.js', '.vue', '.json'],
alias: {
'vue$': 'vue/dist/vue.esm.js',
'@': path.join(__dirname, 'resources/assets/scripts'),
},
symlinks: false,
},