Skip to content

Commit 361a06b

Browse files
committed
Revert "chore: "dogfood" this library"
This reverts commit faf8e4d.
1 parent 720d008 commit 361a06b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

rollup.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
import babel from '@rollup/plugin-babel';
22
import resolve from '@rollup/plugin-node-resolve';
3-
import external from './dist/rollup-plugin-peer-deps-external.module.js';
43

54
export default {
65
input: './src/index.js',
76
plugins: [
8-
external(),
97
resolve(),
108
babel({
119
include: 'src/**/*.js',
@@ -20,6 +18,6 @@ export default {
2018
{
2119
file: './dist/rollup-plugin-peer-deps-external.module.js',
2220
format: 'es',
23-
},
21+
}
2422
],
25-
};
23+
}

0 commit comments

Comments
 (0)