We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713650e commit 2aa4491Copy full SHA for 2aa4491
src/guide/single-file-component.md
@@ -102,7 +102,7 @@ export default {
102
// this is an array of outputed formats
103
output: [
104
{
105
- file: pkg.module, // the name of our esm librry
+ file: pkg.module, // the name of our esm library
106
format: 'esm', // the format of choice
107
sourcemap: true, // ask rollup to include sourcemaps
108
}
0 commit comments