Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
fix(package): update polymer-project-builder
Browse files Browse the repository at this point in the history
uses fork of polymer-build with custom babel plugin
  • Loading branch information
kcmr committed Apr 22, 2020
1 parent 1b848b1 commit d9664c3
Show file tree
Hide file tree
Showing 3 changed files with 2,739 additions and 2,610 deletions.
2 changes: 1 addition & 1 deletion lib/bundler.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const parse5 = require('parse5');
const HTMLPostCSS = require('html-postcss');
const autoprefixer = require('autoprefixer');
const htmlAutoprefixer = (config) => new HTMLPostCSS([autoprefixer(config)]);
const PolymerProjectBuilder = require('polymer-project-builder');
const PolymerProjectBuilder = require('@wctools/polymer-project-builder');

module.exports = class ElementBundler extends Plugin {
constructor(inputNode, options, bundlerOptions) {
Expand Down
Loading

0 comments on commit d9664c3

Please sign in to comment.