aboutsummaryrefslogtreecommitdiffstats
path: root/.config/rollup.polyfills.js
diff options
context:
space:
mode:
Diffstat (limited to '.config/rollup.polyfills.js')
-rw-r--r--.config/rollup.polyfills.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rollup.polyfills.js b/.config/rollup.polyfills.js
index 94f0654..810db91 100644
--- a/.config/rollup.polyfills.js
+++ b/.config/rollup.polyfills.js
@@ -4,7 +4,7 @@ import commonjs from 'rollup-plugin-commonjs'
export default [
{
- input: './.config/polyfills.js',
+ input: './.config/polyfillList.js',
output: {
file: 'dist/polyfills.js',
name: 'polyfills',