mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
Remove whitespace from resolve
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const path = require('path');
|
||||
|
||||
const resolve = {
|
||||
extensions: ['', '.js', '.vue'],
|
||||
extensions: ['.js', '.vue'],
|
||||
alias: {
|
||||
vue$: 'vue/dist/vue.common.js',
|
||||
src: path.resolve('./app/javascript/src'),
|
||||
|
||||
Reference in New Issue
Block a user