Skip to content

Commit

Permalink
Remove unused babel-preset-2015; Remove unused import of stylelint in…
Browse files Browse the repository at this point in the history
… sass rule
  • Loading branch information
jedrzejchalubek committed Oct 20, 2017
1 parent 656d71c commit ef0f8fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/rules/sass.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const isdev = require('isdev')
const stylelint = require("stylelint")
const autoprefixer = require('autoprefixer')

const ExtractTextPlugin = require("extract-text-webpack-plugin")
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.3.3",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.8",
"browser-sync-webpack-plugin": "^1.1.4",
"clean-webpack-plugin": "^0.1.16",
Expand Down

0 comments on commit ef0f8fb

Please sign in to comment.