Skip to content

Commit 06f8c76

Browse files
vitaliytvNataliaTepluhina
authored andcommitted
DOCS: deployment.md (#2407)
switch rollup to @rollup/plugin-replace
1 parent 2018404 commit 06f8c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/guide/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ module.exports = {
9595

9696
#### Rollup
9797

98-
Use [rollup-plugin-replace](https://github.com/rollup/rollup-plugin-replace):
98+
Use [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/master/packages/replace):
9999

100100
``` js
101-
const replace = require('rollup-plugin-replace')
101+
const replace = require('@rollup/plugin-replace')
102102

103103
rollup({
104104
// ...

0 commit comments

Comments
 (0)