You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -169,6 +170,7 @@ Notice the first line directly imports your SFC, and the last line exports it un
169
170
With the package.json `scripts` section ready and the SFC wrapper in place, all that is left is to ensure Rollup is properly configured. Fortunately, this can be done with a small 16 line rollup.config.js file:
170
171
171
172
```js
173
+
importcommonjsfrom'rollup-plugin-commonjs'; // Convert CommonJS modules to ES6
0 commit comments