mirror of https://github.com/webpack/webpack.git
9 lines
138 B
JavaScript
9 lines
138 B
JavaScript
|
"use strict";
|
||
|
|
||
|
/** @type {import("../../../../").Configuration} */
|
||
|
module.exports = {
|
||
|
module: {
|
||
|
strictThisContextOnImports: true
|
||
|
}
|
||
|
};
|