angular-cn/aio/content/examples/webpack/zipper.json

13 lines
200 B
JSON
Raw Normal View History

{
"files":[
"!**/*.d.ts",
"!**/*.js",
"!**/*.[0-9].*",
"config/**/*",
"webpack.config.js",
"karma.webpack.conf.js"
],
"removeSystemJsConfig": true,
"type": "webpack"
}