Upgrade to Vue CLI 3 / Webpack 4 (#22)

Fixes #19
This commit was merged in pull request #22.
This commit is contained in:
Daniel J. Summers
2018-08-21 20:39:41 -05:00
committed by GitHub
parent ee9326d7a5
commit 334710065c
43 changed files with 3162 additions and 3950 deletions

View File

@@ -1,8 +1,5 @@
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
plugins: {
autoprefixer: {}
}
}