Remove whitespace from resolve
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
const resolve = {
|
const resolve = {
|
||||||
extensions: ['', '.js', '.vue'],
|
extensions: ['.js', '.vue'],
|
||||||
alias: {
|
alias: {
|
||||||
vue$: 'vue/dist/vue.common.js',
|
vue$: 'vue/dist/vue.common.js',
|
||||||
src: path.resolve('./app/javascript/src'),
|
src: path.resolve('./app/javascript/src'),
|
||||||
|
|||||||
Reference in New Issue
Block a user