nanka iroior

This commit is contained in:
syuilo
2018-03-03 09:49:47 +09:00
parent 25c25233e2
commit 41c9426929
9 changed files with 41 additions and 19 deletions

View File

@ -60,7 +60,7 @@ module.exports = Object.keys(langs).map(lang => {
rules: [{
test: /\.vue$/,
exclude: /node_modules/,
use: ['cache-loader', {
use: [{
loader: 'vue-loader',
options: {
cssSourceMap: false,
@ -134,7 +134,7 @@ module.exports = Object.keys(langs).map(lang => {
]
}, {
test: /\.(eot|woff|woff2|svg|ttf)([\?]?.*)$/,
loader: 'file-loader'
loader: 'url-loader'
}, {
test: /\.ts$/,
exclude: /node_modules/,