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

Update to @rollup/plugin-node-resolve v8.1.0. (#31249)

This commit is contained in:
XhmikosR
2020-07-07 10:23:11 +03:00
committed by GitHub
parent 29bba35a7b
commit bd72dfc41d
5 changed files with 25 additions and 10 deletions

View File

@@ -1,9 +1,10 @@
/* eslint-env node */
const path = require('path')
const ip = require('ip')
const { babel } = require('@rollup/plugin-babel')
const istanbul = require('rollup-plugin-istanbul')
const resolve = require('@rollup/plugin-node-resolve')
const { nodeResolve } = require('@rollup/plugin-node-resolve')
const {
browsers,
@@ -79,7 +80,7 @@ const conf = {
// Inline the required helpers in each file
babelHelpers: 'inline'
}),
resolve()
nodeResolve()
],
output: {
format: 'iife',