Skip to content

Commit

Permalink
update rollup plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Dec 24, 2021
1 parent 99853a3 commit bcaafe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions greenwood.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { greenwoodPluginImportCss } from '@greenwood/plugin-import-css';
import { greenwoodPluginPostCss } from '@greenwood/plugin-postcss';
import analyze from 'rollup-plugin-analyzer';
import { visualizer } from 'rollup-plugin-visualizer';
import rollupPluginDynamicImportVars from '@rollup/plugin-dynamic-import-vars';
import dynamicImportVariables from '@rollup/plugin-dynamic-import-vars';

export default {
mode: 'spa',
Expand All @@ -23,7 +23,7 @@ export default {
name: 'rollup-plugin-import-vars',
provider: () => {
return [
rollupPluginDynamicImportVars()
dynamicImportVariables.default()
];
}
}, {
Expand Down

0 comments on commit bcaafe9

Please sign in to comment.