Note: for support questions, please use one of these channels:
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
Short description of the problem:
Its not problem, just additional step to using condition in file IONIC_HTML_TO_SERVE. How to parsing variable to IONIC_HTML_TO_SERVE using html plugin ?
What behavior are you expecting?
I can print webpack variable there.
Steps to reproduce:
- Add config.ionic_webpack
- Add html-webpack-plugin
- Add Option variable
- Print, but not show the option
insert any relevant code between the above and below backticks
new HtmlWebpackPlugin({
filename: 'index.html',
template: pathResolver('./src/index.html'),
NODE_ENV: 'production',
}),
Which @ionic/app-scripts version are you using?
3.2.3
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
Not yet other information.