Skip to content

Commit 48524ea

Browse files
author
Anthony Du Pont
committed
🐛 Fix Polyfill Example
1 parent 4a7b3e6 commit 48524ea

File tree

2 files changed

+97
-9
lines changed

2 files changed

+97
-9
lines changed

examples/basic-polyfill/dist/index.js

Lines changed: 96 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic-polyfill/webpack.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ module.exports = {
1616
rules: [
1717
{
1818
test: /\.js$/,
19-
include: [
20-
path.resolve(__dirname, 'src'),
21-
path.resolve(__dirname, 'node_modules/@dogstudio', 'highway')
22-
],
19+
exclude: /node_modules/,
2320
use: {
2421
loader: 'babel-loader',
2522
options: {

0 commit comments

Comments
 (0)