From 757831fdd7a2ce0adaeebe9ee3b0375edda14f5b Mon Sep 17 00:00:00 2001 From: desys-tambellini <68344129+desys-tambellini@users.noreply.github.com> Date: Tue, 22 Dec 2020 11:56:26 +0100 Subject: [PATCH] Fix: typo in single-file-component.md --- src/guide/single-file-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }