create-cloud-block icon indicating copy to clipboard operation
create-cloud-block copied to clipboard

Nothing is compiled after 'npm run build'

Open bucketpress opened this issue 7 years ago • 1 comments

After 'npm run build', nothing is generated in the 'build' dir.

bucketpress avatar Jan 14 '19 12:01 bucketpress

To get this to work I changed the build script to "build": "webpack" (removing the environment config)

KieranGreenwood avatar Sep 17 '19 10:09 KieranGreenwood