Skip to content

Commit 89c018d

Browse files
committed
no more polyfills
1 parent 69cfcc1 commit 89c018d

File tree

7 files changed

+88
-611
lines changed

7 files changed

+88
-611
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/**/*
22
!/dist/**/*
3-
!/polyfills/**/*
43
!/README.md

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import tseslint from "typescript-eslint";
44

55
export default tseslint.config(
66
{
7-
ignores: ["build/**", "dist/**", "node_modules/**", "website/**", "examples/**", "polyfills/**", "*.js", "*.cjs", "*.mjs"]
7+
ignores: ["build/**", "dist/**", "node_modules/**", "website/**", "examples/**", "*.js", "*.cjs", "*.mjs"]
88
},
99
eslint.configs.recommended,
1010
...tseslint.configs.recommendedTypeChecked,

examples/todomvc/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<!-- Scripts here. Don't remove this ↓ -->
2020
<script src="bower_components/todomvc-common/base.js"></script>
2121

22-
<script src="../../polyfills/maquette-polyfills.js"></script>
2322
<script src="../../dist/maquette.umd.js"></script>
2423

2524
<script src="js/models/model.js"></script>

0 commit comments

Comments
 (0)