1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 23:54:08 +02:00

Switch to @rollup/plugin-commonjs (#29907)

This commit is contained in:
XhmikosR
2019-12-25 21:43:56 +02:00
committed by GitHub
parent f153748f52
commit 8f1c4b9a03
3 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
/* eslint-env node */
const commonjs = require('rollup-plugin-commonjs')
const commonjs = require('@rollup/plugin-commonjs')
const configRollup = require('./rollup.bundle')
const config = {