mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
10 lines
160 B
JavaScript
10 lines
160 B
JavaScript
module.exports = {
|
|
target: 'node',
|
|
entry: './test/all_spec.js',
|
|
output: {
|
|
filename: './all_spec.js'
|
|
},
|
|
resolve: {
|
|
extensions: ['.js']
|
|
},
|
|
};
|