Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-unicode-plugin 🌍✨

Version License Webpack npm

Sponsor on GitHub Buy Me A Coffee

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

About

Plugin to ensure JavaScript files maintain proper Unicode encoding when bundled with Webpack

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages