README
build-plugin-externals
Webpack 规范自定义 externals:
{
"type": "rax",
"targets": [
"web"
],
"plugins": [
[
"build-plugin-externals",
{
"rax": "rax"
}
]
]
}
build-scripts plugin for externals config
<script type="module">
import buildPluginExternals from 'https://cdn.skypack.dev/build-plugin-externals';
</script>
Webpack 规范自定义 externals:
{
"type": "rax",
"targets": [
"web"
],
"plugins": [
[
"build-plugin-externals",
{
"rax": "rax"
}
]
]
}