UNPKG
showw-image
Version:
latest (1.0.0)
1.0.0
To show the image
github.com/ababeel-ceo/showimage
ababeel-ceo/showimage
showw-image
/
webpack.config.js
19 lines
(18 loc)
•
349 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module
.
exports
= {
// ...
module
: { rules: [ { test: /\.(js|jsx)$/, exclude: /(node_modules|bower_components)/, use: { loader:
'babel-loader'
, options: { presets: [
'@babel/preset-env'
,
'@babel/preset-react'
] } } } ] },
// ...
};