mirror of
https://github.com/flarum/framework.git
synced 2025-05-26 08:39:56 +08:00
Use System.get instead of System.import
Means we get drop Promise polyfill
This commit is contained in:
@ -9,7 +9,6 @@
|
||||
"color-thief": "v2.0",
|
||||
"mithril": "lhorie/mithril.js#next",
|
||||
"es6-micro-loader": "caridy/es6-micro-loader#v0.2.1",
|
||||
"es6-promise-polyfill": "~1.0.0",
|
||||
"fastclick": "~1.0.6"
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,6 @@ gulp({
|
||||
files: [
|
||||
nodeDir + '/babel-core/external-helpers.js',
|
||||
|
||||
bowerDir + '/es6-promise-polyfill/promise.js',
|
||||
bowerDir + '/es6-micro-loader/dist/system-polyfill.js',
|
||||
|
||||
bowerDir + '/mithril/mithril.js',
|
||||
|
Reference in New Issue
Block a user