mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 17:50:38 +01:00
Add multi os build
This commit is contained in:
parent
61348612be
commit
97cf0a3800
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
|||
language: node_js
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
node_js:
|
||||
- "6"
|
||||
- "6.1"
|
||||
|
|
|
@ -54,9 +54,6 @@ module.exports = {
|
|||
},
|
||||
extensions: ['', '.js', '.jsx']
|
||||
},
|
||||
module: {
|
||||
loaders
|
||||
},
|
||||
module: {
|
||||
loaders,
|
||||
postLoaders: [{
|
||||
|
|
Loading…
Reference in a new issue