Replies: 1 comment
-
|
Please open an issue in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is the config how I want to trigger
var templateCachePlugin = new AngularTemplateCacheWebpackPlugin({
source: "build/dev/tmp/**/*.html",
standalone: true,
module: "templates-main",
root: "../tmp/",
outputFilename: "templates.js"
});
Objective here is once all files are copied, it will create a template.js file
Beta Was this translation helpful? Give feedback.
All reactions