bun_bun_bundle 0.3.2 → 0.3.3
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.
- checksums.yaml +4 -4
- data/lib/bun/plugins/aliases.js +1 -1
- data/lib/bun_bun_bundle/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed4eb6b19bbc39f10e111df1a241ea304a8b3a721e6c145e37b1f03ddb40148c
|
|
4
|
+
data.tar.gz: 165c9387b70bdc78a1f2833a7eef50a8ccf049eb93006ef3ad7011f255b100b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5a080a198f25399da430676e6c35452b886f596de315a27dc0659c6dec7acb75101088a798787c2220f3de202d4ae6e7523892c0de61efac8723133b2c77a13
|
|
7
|
+
data.tar.gz: 73a5a30b33d2bae41ddd25fd3ad271ecee0ee9a4e8b038dcafb17f4fa27130ed11869d40b9606bdb4a5d64481027b00db88adec1e7302940fa59e8f23dfdd287
|
data/lib/bun/plugins/aliases.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const REGEX = /(url\(\s*['"]?|(?<!\w)['"])\$\//g
|
|
1
|
+
const REGEX = /(url\(\s*['"]?|(?<!\w)['"][^'"]*)\$\//g
|
|
2
2
|
|
|
3
3
|
// Resolves `$/` root aliases in CSS url() references and JS/CSS imports.
|
|
4
4
|
// e.g. url('$/app/assets/images/foo.png') → url('/absolute/root/app/assets/images/foo.png')
|