Skip to content

Commit

Permalink
stylus added
Browse files Browse the repository at this point in the history
  • Loading branch information
gbezyuk committed Dec 13, 2016
1 parent f1c8bc9 commit 6226228
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/webpack.client.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ if (process.env.NODE_ENV === 'production') {
css: ExtractTextPlugin.extract({
loader: 'css-loader',
fallbackLoader: 'vue-style-loader'
}),
stylus: ExtractTextPlugin.extract({
loader: 'css-loader!stylus-loader',
fallbackLoader: 'vue-style-loader'
})
}

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
"phantomjs-prebuilt": "^2.1.10",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"vue-loader": "^10.0.0",
"vue-template-compiler": "^2.0.0",
"webpack": "^2.1.0-beta.26",
Expand Down

0 comments on commit 6226228

Please sign in to comment.