2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

build-plugins.

This commit is contained in:
XhmikosR
2021-11-26 19:45:23 +02:00
parent 043756b613
commit 088d7d19de
+1 -1
View File
@@ -54,7 +54,7 @@ const build = async plugin => {
const pattern = /^(\.{1,2})\//
// It's not a local file, e.g a Node.js package
if (!pattern.test(source)) {
if (!source.startsWith('.')) {
globals[source] = source
return true
}