File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 55
66file-replace-loader is webpack loader that allows you replace files in compile time by some condition.
77
8+ ## Table of contents
9+
10+ * [ Features] ( #features )
11+ * [ Installation] ( #installation )
12+ * [ Usage] ( #usage )
13+ * [ Multiple replace] ( #multiple-replace )
14+ * [ Using with binary files] ( #using-with-binary-files )
15+ * [ Using with other loaders] ( #using-with-other-loaders )
16+ * [ Loader options] ( #loader-options )
17+ * [ Contributing] ( #contributing )
18+ * [ License] ( #license )
19+
820## Features
921
1022* Compatibility with webpack 3.x, 4.x, 5.x;
Original file line number Diff line number Diff line change 11{
22 "name" : " file-replace-loader" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.3.2 " ,
44 "description" : " file-replace-loader is webpack loader that allows you replace files in compile time" ,
55 "author" :
" Evgeny Vyushin <[email protected] > (https://github.com/vyushin)" ,
66 "contributors" : [
You can’t perform that action at this time.
0 commit comments