mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +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;
|