diff --git a/src/guide/single-file-component.md b/src/guide/single-file-component.md index 025aff5762..635df90217 100644 --- a/src/guide/single-file-component.md +++ b/src/guide/single-file-component.md @@ -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 }