Cimpress / cimpress-translations-webpack-plugin

Advanced Webpack integration with Cimpress' Translations service
4 stars 2 forks source link

options.skipDevelopmentUpdate #3

Closed Igrom closed 6 years ago

Igrom commented 6 years ago

Closes #2

It is now possible to specify a new boolean key skipDevelopmentUpdate in the plugin's configuration.

When the boolean is set, the plugin will not download translations when running webpack in watch mode (e.g., through npm/yarn start). It will, however, still set up the live edit server.