Skip to content

Commit

Permalink
Add notice about v1 breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDum committed Jan 24, 2020
1 parent bbee8ec commit 66e6d2a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# WARNING: NO LONGER MAINTAINED

You probably want to use [webpack-contrib/polymer-webpack-loader](https://github.com/webpack-contrib/polymer-webpack-loader) instead.



# polymer-loader

Loads polymer-elements as first-class bundles. Allows you to separate components into a .js file, a .html file containing the `<polymer-element>` and a CSS file. Polymer-loader can be configured to use your choice of HTML/CSS preprocessor (Jade, EBS, Stylus, LESS, SASS, etc.).

# Breaking Changes: v1.0.0

v1.0.0 adds support for polymer v3 and drops support for Polymer < 3. Lock your version to < 1.0.0 if you still support Polymer < 3.

## Installation

```
Expand Down

0 comments on commit 66e6d2a

Please sign in to comment.