mirror of https://github.com/webpack/webpack.git
10 lines
223 B
JavaScript
10 lines
223 B
JavaScript
|
module.exports = function() {
|
||
|
this.callback(null, "module.exports = 'ok';", {
|
||
|
version: 3,
|
||
|
file: "/should/be/removed",
|
||
|
sources: ["webpack://./folder/test6.txt"],
|
||
|
sourcesContent: ["Test"],
|
||
|
mappings: "AAAA"
|
||
|
});
|
||
|
};
|