Skip to content

Commit 71f64f2

Browse files
gkalpakatscott
authored andcommitted
docs(upgrade): move import back into docregion in rollup-config.js (#45778)
This was accidentally broken in #45405. PR Close #45778
1 parent 2b5c2d6 commit 71f64f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/examples/upgrade-phonecat-2-hybrid/rollup-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import commonjs from '@rollup/plugin-commonjs';
21
// #docregion
2+
import commonjs from '@rollup/plugin-commonjs';
33
import {nodeResolve} from '@rollup/plugin-node-resolve'
44
import {terser} from 'rollup-plugin-terser'
55

0 commit comments

Comments
 (0)