refactoring to promises
This commit is contained in:
parent
390e389027
commit
85441c8459
9 changed files with 191 additions and 28 deletions
|
@ -24,6 +24,9 @@ module.exports = function(config) {
|
|||
'node_modules/raven-js/dist/raven.js',
|
||||
'node_modules/cal-heatmap/cal-heatmap.js',
|
||||
|
||||
// Polyfills
|
||||
'node_modules/core-js/index.js',
|
||||
|
||||
// static/lib resources
|
||||
'static/lib/**/*.js',
|
||||
|
||||
|
@ -37,6 +40,7 @@ module.exports = function(config) {
|
|||
preprocessors: {
|
||||
'static/lib/ngReact/react.ngReact.min.js': ['webpack'],
|
||||
'static/lib/angular-moment.min.js': ['webpack'],
|
||||
'node_modules/core-js/index.js': ['webpack'],
|
||||
'static/js/**/*.spec.ts*': ['webpack'],
|
||||
},
|
||||
webpack: webpackConfig,
|
||||
|
|
Reference in a new issue