mirror of https://github.com/webpack/webpack.git
8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
|
|
module.exports = function(content) {
|
||
|
|
return "module.exports = " + JSON.stringify({
|
||
|
|
resourceQuery: this.resourceQuery,
|
||
|
|
query: this.query,
|
||
|
|
prev: content
|
||
|
|
});
|
||
|
|
};
|