🎨 Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!
during Webpack process via npm run build are displayed deprecation warnings:
[DEP_WEBPACK_CHUNK_HAS_ENTRY_MODULE] DeprecationWarning: Chunk.hasEntryModule: Use new ChunkGraph API
[DEP_WEBPACK_CHUNK_ENTRY_MODULE] DeprecationWarning: Chunk.entryModule: Use new ChunkGraph API
[DEP_WEBPACK_MODULE_INDEX] DeprecationWarning: Module.index: Use new ModuleGraph API
Hello Simon,
during Webpack process via
npm run build
are displayed deprecation warnings:This happens because is used outdated the webpack-fix-style-only-entries.
This PR replace the
webpack-fix-style-only-entries
withwebpack-remove-empty-scripts
package.