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 9149609 commit cbf80deCopy full SHA for cbf80de
src/guide/single-file-component.md
@@ -90,7 +90,7 @@ touch rollup.config.js
90
91
Once the file is created we will need to open it with our editor of choice and add the following code.
92
93
-```javascript
+```js
94
// import our third party plugins
95
import commonjs from 'rollup-plugin-commonjs'
96
import VuePlugin from 'rollup-plugin-vue'
@@ -144,7 +144,7 @@ Here we are specifying:
144
To also build `umd` and `cjs` modules we can simply add a few lines of configuration to our `rollup.config.js` and `package.json`
145
146
##### rollup.config.js
147
148
output: [
149
...
150
{
0 commit comments