h5p / h5p-drag-text

MIT License
7 stars 71 forks source link

JI-3673 Fix npm script for 'watch' #127

Closed otacke closed 2 years ago

otacke commented 2 years ago

While updating the build chain as part of JI-3673, the npm script for watch was not updated and will fail, because the webpack configuration expects process.env.NODE_ENV to be set.

When merged in, process.env.NODE_ENV will be set for the watch script.