```js // webpack.common.js const path = require("path"); const HtmlWebpackPlugin = require("html-web
9 Replies
Do you have dev server set up?
If not, that's a good place to start
Unknown User•7y ago
Message Not Public
Sign In & Join Server To View
Docs is a good place to start then
What helped me was to read about entries
outputs
dev server
Those are really the 3 things you need to get started with a simple config
Unknown User•7y ago
Message Not Public
Sign In & Join Server To View
That's when you run what?

Unknown User•7y ago
Message Not Public
Sign In & Join Server To View
You want to lift it?
I sent my webpack configs earlier
@itsnotyalc You want to move the child object up to the parent?
Unknown User•7y ago
Message Not Public
Sign In & Join Server To View