fix(bundler): Fix name of helper (#2518)

swc_bundler:
 - Use correct name for helpers. (#2517)
This commit is contained in:
Donny/강동윤 2021-10-23 22:18:14 +09:00 committed by GitHub
parent 430a06ce4d
commit 5afedf83c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 18 additions and 18 deletions

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0/MIT"
name = "swc_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.75.1"
version = "0.75.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;

View File

@ -1,4 +1,4 @@
function __spack_require__(mod) {
function __swcpack_require__(mod) {
var cache;
if (cache) {
return cache;