webpack/test/configCases/parsing/extended-api/webpack.config.js

8 lines
111 B
JavaScript
Raw Normal View History

2014-08-25 15:50:26 +08:00
var webpack = require("../../../../");
module.exports = {
plugins: [
new webpack.ExtendedAPIPlugin()
]
2017-01-11 17:51:58 +08:00
};