Skip to content

Commit

Permalink
Merge 042d779 into bf28bca
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Nov 24, 2018
2 parents bf28bca + 042d779 commit 375200e
Show file tree
Hide file tree
Showing 4 changed files with 2,238 additions and 2,247 deletions.
1 change: 1 addition & 0 deletions .postcssrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// https://github.com/michael-ciniawsky/postcss-load-config

module.exports = {
"extract": true,
"plugins": {
// to edit target browsers: use "browserlist" field in package.json
"autoprefixer": {}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"eventsource-polyfill": "^0.9.6",
"jest": "^22.4.3",
"jest-serializer-vue": "^1.0.0",
"jest": "^23.6.0",
"jest-serializer-vue": "^2.0.2",
"lolex": "^1.5.2",
"opn": "^4.0.2",
"ora": "^1.2.0",
Expand All @@ -81,12 +81,12 @@
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-serve": "^0.4.2",
"rollup-plugin-uglify": "^3.0.0",
"rollup-plugin-vue": "^2.3.0",
"rollup-plugin-vue": "^4.3.2",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"stylus": "^0.54.5",
"vue": "^2.5.16",
"vue-jest": "^2.2.1",
"vue-jest": "^3.0.0",
"vue-server-renderer": "^2.5.16",
"vue-template-compiler": "^2.5.16"
}
Expand Down
3 changes: 2 additions & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ async function build () {
input: path.join(__dirname, '..', 'src', 'components', 'Datepicker.vue'),
plugins: [
vue({
css: true
css: false
}),
postcss({
extract: true,
plugins: [
autoprefixer()
]
Expand Down

0 comments on commit 375200e

Please sign in to comment.