UNPKG

babel-plugin-base-path

Version:

Add first-class support for transforming relative asset paths to absolute one's.

7 lines (6 loc) 269 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const RELATIVE_URL_REGEX = exports.RELATIVE_URL_REGEX = /(\/)(\w|\d|\s|\/|-|_)*(.svg|.png|.jpg|.jpeg|.gif)/g; const PARTIAL_RELATIVE_URL_REGEX = exports.PARTIAL_RELATIVE_URL_REGEX = 'TODO';