UNPKG
dyna-ui-modal-container
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
React modal container
github.com/aneldev/dyna-ui-modal-container
aneldev/dyna-ui-modal-container
dyna-ui-modal-container
/
webpack.plugins.js
7 lines
(4 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
6
7
const webpack =
require
(
'webpack'
);
module
.exports = [
//
new webpack.
IgnorePlugin
(
/\/something$/
) ];