mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 17:16:57 +08:00
PhantomJS Promise support
This commit is contained in:
@@ -5,6 +5,7 @@ module.exports = function(config) {
|
||||
basePath: '',
|
||||
browsers: [ 'PhantomJS' ],
|
||||
files: [
|
||||
'node_modules/babel-polyfill/dist/polyfill.js',
|
||||
'test/loadtests.js'
|
||||
],
|
||||
port: 8080,
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
"babel-core": "^6.0.0",
|
||||
"babel-eslint": "^5.0.0-beta4",
|
||||
"babel-loader": "^6.0.0",
|
||||
"babel-polyfill": "^6.3.14",
|
||||
"babel-preset-es2015": "^6.0.15",
|
||||
"babel-preset-react": "^6.0.15",
|
||||
"bower-webpack-plugin": "^0.1.9",
|
||||
|
||||
Reference in New Issue
Block a user