Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Jan 24, 2018
1 parent 0a616a0 commit 6d75abd
Show file tree
Hide file tree
Showing 3 changed files with 1,036 additions and 7,270 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@
"build": "poi build ./src/index.js --library Vue2Editor --no-clear"
},
"devDependencies": {
"axios": "^0.16.2",
"gh-pages": "^0.12.0",
"node-sass": "^4.5.2",
"poi": "^9.6.13",
"sass-loader": "^6.0.3",
"spectre.css": "^0.2.12",
"axios": "^0.16.2"
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"spectre.css": "^0.2.12"
},
"license": "MIT",
"dependencies": {
Expand Down
7 changes: 2 additions & 5 deletions poi.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
const path = require('path');

module.exports = {
entry: path.resolve(__dirname, './dev/index.js'),
html: {
title: 'Vue2Editor'
},
// filename: {
// js: 'vue2editor.js',
// css: 'vue2editor.css'
// },
extractCSS: true
extractCSS: false
};
Loading

0 comments on commit 6d75abd

Please sign in to comment.