mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
7 lines
87 B
JavaScript
7 lines
87 B
JavaScript
|
module.exports = {
|
||
|
test: /\.vue(\.erb)?$/,
|
||
|
use: [{
|
||
|
loader: 'vue-loader'
|
||
|
}]
|
||
|
}
|