So I need to set the alternative to Rollup\'s external option (external: path => /^three/.test( path )) in Webpack
Rollup
external
external: path => /^three/.test( path )
Webpack