import CSS and JS files using Webpack
I have a directory structure like this:
I have a directory structure like this:
I use Webpack along with the plugin html-webpack-plugin
. Based on an environment variable, I want to inject a <meta></meta>
tag into the final index.html
file.