1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Add simple webpack builder into the project

This commit is contained in:
Denis Demchenko
2018-07-08 13:20:46 +03:00
parent 0bcb5713cd
commit 5149acc2c5
6 changed files with 5199 additions and 564 deletions

View File

@@ -1,5 +1,8 @@
{
"presets": ["env"],
"plugins": [
"add-module-exports"
],
"env": {
"test": {
"plugins": [ "istanbul" ],