1.0.2 • Published 28 days ago

webpack-unicode-plugin v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
28 days ago

webpack-unicode-plugin 🌍✨

The webpack-unicode-plugin helps ensure your JavaScript files maintain proper Unicode encoding when bundled with Webpack. This is especially useful in scenarios where character encoding might get mixed up during the build process, leading to unexpected characters in your output files.

Problem it Solves

Often during the webpack bundling process, non-ASCII characters can end up misrepresented in the final output due to encoding issues. This plugin converts all non-ASCII characters to Unicode escape sequences, ensuring your JavaScript files look and function as expected across all environments.

Usage

  1. Install the plugin via npm:
npm install webpack-unicode-plugin --save-dev
1.0.2

28 days ago

1.0.1

28 days ago

1.0.0

1 month ago