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 6fe7f0f commit 6b9c249Copy full SHA for 6b9c249
README.md
@@ -35,7 +35,7 @@ console.log(logo);
35
Create a `rollup.config.js` [configuration file](https://www.rollupjs.org/guide/en/#configuration-files) and import the plugin:
36
37
```js
38
-import externalAssets from "rollup-plugin-external-assets";
+import { externalAssets } from "rollup-plugin-external-assets";
39
40
export default {
41
input: "src/index.js",
0 commit comments