fluentd-ui/config/webpack/loaders/vue.js
Kenji Okimoto c847061737 Run bin/rails webpacker:install:vue
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2019-03-13 11:34:10 +09:00

7 lines
87 B
JavaScript

module.exports = {
test: /\.vue(\.erb)?$/,
use: [{
loader: 'vue-loader'
}]
}