add bulma and sass compilation

on production builds, create a root style.css file
This commit is contained in:
2017-01-28 19:45:25 -07:00
parent ea5de580a8
commit 27bffc0f6c
6 changed files with 289 additions and 40 deletions

View File

@@ -11,13 +11,6 @@ module.exports = {
},
module: {
rules: [
{
test: /\.vue$/,
loader: 'vue-loader',
options: {
// vue-loader options go here
},
},
{
test: /\.js$/,
loader: 'babel-loader',