File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
file-replace-loader is webpack loader that allows you replace files in compile time by some condition.
7
7
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
+
8
20
## Features
9
21
10
22
* Compatibility with webpack 3.x, 4.x, 5.x;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " file-replace-loader" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"description" : " file-replace-loader is webpack loader that allows you replace files in compile time" ,
5
5
"author" :
" Evgeny Vyushin <[email protected] > (https://github.com/vyushin)" ,
6
6
"contributors" : [
You can’t perform that action at this time.
0 commit comments