bundleconfig.json Default Template Before
[ | |
{ | |
"outputFileName": "wwwroot/js/site.min.js", | |
"inputFiles": [ | |
"wwwroot/js/site.js" | |
], | |
"minify": { | |
"enabled": true, | |
"renameLocals": true | |
}, | |
"sourceMap": false | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment