feat(core): Allow plugins to provide their own packing implementation
This commit is contained in:
parent
e9135f707a
commit
b83ab5df74
20 changed files with 590 additions and 5 deletions
6
plugins/plugin-bin-pack/tests/shared.test.mjs
Normal file
6
plugins/plugin-bin-pack/tests/shared.test.mjs
Normal file
|
@ -0,0 +1,6 @@
|
|||
// This file is auto-generated | Any changes you make will be overwritten.
|
||||
import { plugin } from '../src/index.mjs'
|
||||
import { sharedPluginTests } from '../../../tests/plugins/shared.mjs'
|
||||
|
||||
// Run shared tests
|
||||
sharedPluginTests(plugin)
|
Loading…
Add table
Add a link
Reference in a new issue