Skip to content

Commit b1f5573

Browse files
SawyerHopkinssdras
authored andcommitted
The example folder structure defines a rollup.config.json, however the following documentation is for creating a rollup.config.js file. (#1734)
1 parent ccd40b2 commit b1f5573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/packaging-sfc-for-npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For the purposes of this section, assume the following file structure:
5050
```
5151
package.json
5252
build/
53-
rollup.config.json
53+
rollup.config.js
5454
src/
5555
wrapper.js
5656
my-component.vue

0 commit comments

Comments
 (0)