Skip to content

Commit

Permalink
Fixed webpack config for running the example polymer application
Browse files Browse the repository at this point in the history
  • Loading branch information
tvs committed Nov 18, 2017
1 parent 142f582 commit c95c259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/polymer-cli/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ module.exports = {
template: 'index.html',
}),
new CopyWebpackPlugin([
{ from: 'node_modules/@webcomponents/webcomponentsjs/webcomponents*.js', flatten: true },
{ from: 'node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js' },
{ from: require.resolve('@webcomponents/webcomponentsjs/webcomponents-lite.js') },
{ from: require.resolve('@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js') },
]),
],
devServer: { historyApiFallback: true },
Expand Down

0 comments on commit c95c259

Please sign in to comment.