angular-cn/modules/@angular/compiler-cli/integrationtest/webpack.config.js

11 lines
160 B
JavaScript
Raw Normal View History

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