mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
lint
This commit is contained in:
parent
195451d930
commit
e13ecddc45
@ -529,7 +529,7 @@ function createConfig(options, entry, format, writeMeta) {
|
||||
browser: options.target !== 'node',
|
||||
// defaults + .jsx
|
||||
extensions: ['.mjs', '.js', '.jsx', '.json', '.node'],
|
||||
preferBuiltins: options.target === 'node' ? true : undefined
|
||||
preferBuiltins: options.target === 'node' ? true : undefined,
|
||||
}),
|
||||
commonjs({
|
||||
// use a regex to make sure to include eventual hoisted packages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user