mirror of https://github.com/webpack/webpack.git
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
|
var webpack = require("../../../../");
|
||
|
module.exports = {
|
||
|
plugins: [
|
||
|
new webpack.HashedModuleIdsPlugin()
|
||
|
]
|
||
|
};
|