Commit 50bcc45
fix(index): remove options as it has to be provided over options plugin since webpack >=2.1.0-beta.23 (#3)
BREAKING CHANGE: removed 'options' as it has to be provided over options plugin from webpack >=2.1.0-beta.23.
Note: We can use webpack.LoaderOptionsPlugin only once, so if we use this in the plugin directly we can't use it again. So just removing the tslint from the root config of webpack in this plugin and updating somewhere in the readme should be fine.1 parent 961b002 commit 50bcc45
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
0 commit comments