Closed tan-eddie closed 2 years ago
Fresh clone required these changes for the build to work:
html-webpack-plugin
npm i html-webpack-plugin --save-dev
{ from: ".", to: "../resources", context: "resources/processed" }
Not sure why there's a massive red diff in package-lock.json.
Also added a .gitignore file.
Fresh clone required these changes for the build to work:
html-webpack-plugin
dependency:npm i html-webpack-plugin --save-dev
{ from: ".", to: "../resources", context: "resources/processed" }
from webpack config - these directories are no longer usedNot sure why there's a massive red diff in package-lock.json.
Also added a .gitignore file.