Skip to content

Commit 5b0372d

Browse files
committed
add missing imports
1 parent 58a2641 commit 5b0372d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages-exp/installations-exp/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import json from 'rollup-plugin-json';
1919
import typescriptPlugin from 'rollup-plugin-typescript2';
2020
import typescript from 'typescript';
21+
import { es2017BuildsNoPlugin, es5BuildsNoPlugin } from './rollup.shared';
2122

2223
/**
2324
* ES5 Builds

0 commit comments

Comments
 (0)