Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

link-loader

aruntk12MIT0.0.1

HTML webpack loader with link import support

polymer, webpack, webcomponents, link, imports

readme

Installation

npm i -D link-loader

Usage

```js
{
  test: /\.html$/,
  loader: 'file-loader?name=[path][name].[ext]!extract-loader!link-loader'
}
```

Like it?

:star: this repo

Found a bug?

Raise an issue!