Remove whitespace from resolve
This commit is contained in:
parent
82f5eac4bf
commit
06c7336326
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue