Use css to style UI

This commit is contained in:
Yuya Ochiai
2017-05-17 01:38:03 +09:00
parent a6b27238bc
commit 7be7f8dcc2
19 changed files with 234 additions and 218 deletions

View File

@@ -25,6 +25,12 @@ module.exports = merge(base, {
plugins: ['transform-object-rest-spread']
}
}
}, {
test: /\.css$/,
use: [
{loader: 'style-loader'},
{loader: 'css-loader'}
]
}, {
test: /\.mp3$/,
use: {