Skip to content

Commit

Permalink
refactor: remove polyfills
Browse files Browse the repository at this point in the history
"let the application choose the particular implementation to use."
SEE webcomponents/webcomponentsjs#588
  • Loading branch information
AngusFu committed Sep 13, 2018
1 parent 42077a7 commit e1897ae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"dependencies": {
"feather-vue": "^1.0.1",
"lodash": "^4.17.4",
"object-assign": "^4.1.1",
"v-color": "^1.1.0",
"v-ctrl": "^1.1.0"
},
Expand Down
2 changes: 0 additions & 2 deletions src/scripts/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './polyfills'

// plugins
import Components from './components'
import Responsive from './plugins/responsive.js'
Expand Down
10 changes: 0 additions & 10 deletions src/scripts/polyfills/index.js

This file was deleted.

0 comments on commit e1897ae

Please sign in to comment.