nolanlawson / emoji-mart-outside-react

Demo of how to use emoji-mart outside of React
https://nolanlawson.github.io/emoji-mart-outside-react/
8 stars 5 forks source link

Development build missing #2

Closed rugk closed 5 years ago

rugk commented 5 years ago

See https://createapp.dev/, there you've got both the dev and production build:

    "clean": "rm dist/bundle.js",
    "build-dev": "webpack -d --mode development",
    "build-prod": "webpack -p --mode production"

Also "clean" could be useful. 😄