UNPKG
postal-codes-js
Version:
latest (2.5.2)
2.5.2
2.5.1
2.5.0
2.4.0
2.3.1
2.3.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
Postal Codes
github.com/Cimpress-MCP/postal-codes-js
Cimpress-MCP/postal-codes-js
postal-codes-js
/
test-web
/
webpack.config.js
12 lines
(11 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.exports = { entry:
"../test/validationTests.js"
,
output
: {
path
: __dirname, filename:
"bundle-tests.js"
},
module
: {
loaders
: [ ] } };