codrops-kinetic-typo
codrops-kinetic-typo copied to clipboard
Not build script
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" }