mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
12 lines
221 B
TypeScript
12 lines
221 B
TypeScript
|
// @checkJs: true
|
||
|
// @allowJS: true
|
||
|
// @noEmit: true
|
||
|
// @Filename: bug24754.js
|
||
|
// #24754
|
||
|
const webpack = function (){
|
||
|
}
|
||
|
exports = module.exports = webpack;
|
||
|
exports.version = 1001;
|
||
|
|
||
|
webpack.WebpackOptionsDefaulter = 1111;
|