J
J
john782022-02-01 16:05:25
webpack
john78, 2022-02-01 16:05:25

What is the best way to install webpack so that after cloning a project from github to another enviroment (stage) webpack will work there and run easily?

Having registered the installation commands in the terminal and installed locally in the project? Or write commands in the node service of the docksal.yml file?

Webpack is needed to compile sass to css.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir, 2022-02-01
@Casufi

Install
npm install -D webpack
Run npx webpack

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question