Skip to content

Commit

Permalink
Fix regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
obuchtala committed Mar 5, 2020
1 parent a54fd98 commit fff84b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const b = require('substance-bundler')
const vfs = require('substance-bundler/extensions/vfs')
const rollup = require('substance-bundler/extensions/rollup')
const fork = require('substance-bundler/extensions/fork')
const nodeResolve = require('rollup-plugin-node-resolve')
const commonjs = require('rollup-plugin-commonjs')
const nodeResolve = require('@rollup/plugin-node-resolve')
const commonjs = require('@rollup/plugin-commonjs')
const postcss = require('substance-bundler/extensions/postcss')
const scssMixins = require('substance-bundler/extensions/postcss/postcss-scss-mixins')
const nestedCss = require('postcss-nested')
Expand Down

0 comments on commit fff84b3

Please sign in to comment.