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