codrops-kinetic-typo icon indicating copy to clipboard operation
codrops-kinetic-typo copied to clipboard

Not build script

Open MaruanBO opened this issue 3 years ago • 0 comments

You forget add build in your package.json

"scripts": { "clean": "rm -rf dist", "start": "webpack-dev-server", "dev": "webpack --mode=development", "prod": "webpack --mode=production", "build": "webpack --config webpack.config.js" }

MaruanBO avatar Aug 21 '21 16:08 MaruanBO