Skip to content

Commit

Permalink
chore: update example && dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
kurthe committed Mar 6, 2021
1 parent ee7acda commit 341856a
Show file tree
Hide file tree
Showing 5 changed files with 4,649 additions and 65 deletions.
3 changes: 2 additions & 1 deletion examples/webpack4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0",
"webpack": "4.41.5",
"webpack-cli": "3.3.10"
"webpack-cli": "3.3.10",
"html-webpack-polyfill-runtime-plugin": "^1.0.4"
}
}
5 changes: 1 addition & 4 deletions examples/webpack4/webpack.config.runtime.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
const HtmlWebpackPlugin = require('html-webpack-plugin');
const HtmlPolyfillRuntimePlugin = require('../..');
const HtmlPolyfillRuntimePlugin = require('html-webpack-polyfill-runtime-plugin');

module.exports = {
entry: "./app.js",
mode: "production",
resolve: {
symlinks: true,
},
module: {
rules: [
{
Expand Down
Loading

0 comments on commit 341856a

Please sign in to comment.