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.
2 parents 0cda6ee + 2800e9a commit 0ee7ec4Copy full SHA for 0ee7ec4
README.md
@@ -18,7 +18,7 @@ For example, add the following to import `some-name`'s `index.js` into your buil
18
```js
19
app.import('node_modules/some-name/index.js', {
20
using: [
21
- { transformation: 'cjs', as: 'some-name'}
+ { transformation: 'cjs', as: 'some-name' }
22
]
23
});
24
```
0 commit comments