Skip to content
Snippets Groups Projects
Commit 44a04409 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Only allow commonjs modules in external dependencies

So rollup doesn't have to convert them (and potentially fail)
parent 3ad073e5
Branches
Tags
No related merge requests found
......@@ -15,7 +15,9 @@ export default {
plugins: [
multiEntry(),
resolve(),
commonjs(),
commonjs({
include: 'node_modules/**'
}),
replace({
"process.env.BUILD": '"' + build + '"',
})
......
module.exports = {
export default {
/**
* Parses a link header
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment