UNPKG
@rachithanda/crossframework-error-management
Version:
latest (1.0.1)
1.0.1
cross platform error framework
@rachithanda/crossframework-error-management
/
webpack.config.js
13 lines
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports
=
{
module:
{
rules:
[ {
test:
/\.js$/
,
exclude:
/node_modules/
,
use:
{
loader:
"babel-loader"
} } ] } }
;