angular/modules/@angular/compiler-cli/integrationtest/webpack.config.js
2016-10-04 14:06:41 -07:00

10 lines
160 B
JavaScript

module.exports = {
target: 'node',
entry: './test/all_spec.js',
output: {
filename: './all_spec.js'
},
resolve: {
extensions: ['.js']
},
};