Update checked-in dependencies
This commit is contained in:
parent
67f7ac2add
commit
02c45745e3
174 changed files with 2781 additions and 5722 deletions
1
node_modules/eslint-plugin-import/docs/rules/no-webpack-loader-syntax.md
generated
vendored
1
node_modules/eslint-plugin-import/docs/rules/no-webpack-loader-syntax.md
generated
vendored
|
|
@ -5,6 +5,7 @@
|
|||
Forbid Webpack loader syntax in imports.
|
||||
|
||||
[Webpack](https://webpack.js.org) allows specifying the [loaders](https://webpack.js.org/concepts/loaders/) to use in the import source string using a special syntax like this:
|
||||
|
||||
```js
|
||||
var moduleWithOneLoader = require("my-loader!./my-awesome-module");
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue