Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guide/single-file-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default {
// this is an array of outputed formats
output: [
{
file: pkg.module, // the name of our esm librry
file: pkg.module, // the name of our esm library
format: 'esm', // the format of choice
sourcemap: true, // ask rollup to include sourcemaps
}
Expand Down