mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
10 lines
162 B
JavaScript
10 lines
162 B
JavaScript
|
"use strict";
|
||
|
|
||
|
module.exports = {
|
||
|
entry: `${ __dirname }/src-esm-commonjs/main.js`,
|
||
|
output: {
|
||
|
filename: "main.js",
|
||
|
path: `${ __dirname }/tmp/webpack`
|
||
|
}
|
||
|
};
|