customize
This commit is contained in:
commit
eec942e2b4
682 changed files with 153415 additions and 0 deletions
17
js/tests/integration/rollup.bundle-modularity.js
Normal file
17
js/tests/integration/rollup.bundle-modularity.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/* eslint-env node */
|
||||
|
||||
const commonjs = require('@rollup/plugin-commonjs')
|
||||
const configRollup = require('./rollup.bundle')
|
||||
|
||||
const config = {
|
||||
...configRollup,
|
||||
input: 'js/tests/integration/bundle-modularity.js',
|
||||
output: {
|
||||
file: 'js/coverage/bundle-modularity.js',
|
||||
format: 'iife'
|
||||
}
|
||||
}
|
||||
|
||||
config.plugins.unshift(commonjs())
|
||||
|
||||
module.exports = config
|
||||
Loading…
Add table
Add a link
Reference in a new issue