Skip to content

Commit cbf80de

Browse files
committed
1 parent 9149609 commit cbf80de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/single-file-component.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ touch rollup.config.js
9090

9191
Once the file is created we will need to open it with our editor of choice and add the following code.
9292

93-
```javascript
93+
```js
9494
// import our third party plugins
9595
import commonjs from 'rollup-plugin-commonjs'
9696
import VuePlugin from 'rollup-plugin-vue'
@@ -144,7 +144,7 @@ Here we are specifying:
144144
To also build `umd` and `cjs` modules we can simply add a few lines of configuration to our `rollup.config.js` and `package.json`
145145

146146
##### rollup.config.js
147-
```javascript
147+
```js
148148
output: [
149149
...
150150
{

0 commit comments

Comments
 (0)