mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
build-plugins.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user