Skip to content

Commit

Permalink
feat: injectCss and hotCss
Browse files Browse the repository at this point in the history
  • Loading branch information
sky committed Mar 11, 2019
1 parent 5d2a9c8 commit b771473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/config.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = appInfo => {
*/
config.vuessr = {
layout: path.resolve(__dirname, '../app/web/view/layout.html'),
injectCss: true,
renderOptions: {
basedir: path.join(appInfo.baseDir, 'app/view'),
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ves",
"version": "0.3.0",
"version": "1.0.1",
"description": "A Powerful, Simple Vue Node Isomorphic Framework",
"dependencies": {
"axios": "^0.17.1",
Expand Down

0 comments on commit b771473

Please sign in to comment.