@aippy/vite-plugins 0.2.2 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -220,6 +220,8 @@ function q(a = {}) {
|
|
|
220
220
|
return {
|
|
221
221
|
name: "vite-plugin-asset-constants",
|
|
222
222
|
apply: "build",
|
|
223
|
+
// Ensure this plugin runs before other plugins to modify source files before build
|
|
224
|
+
enforce: "pre",
|
|
223
225
|
async buildStart() {
|
|
224
226
|
if (a.devMode)
|
|
225
227
|
try {
|