mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 08:45:28 +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
|
language: node_js
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
- "6.1"
|
- "6.1"
|
||||||
|
|
|
@ -54,9 +54,6 @@ module.exports = {
|
||||||
},
|
},
|
||||||
extensions: ['', '.js', '.jsx']
|
extensions: ['', '.js', '.jsx']
|
||||||
},
|
},
|
||||||
module: {
|
|
||||||
loaders
|
|
||||||
},
|
|
||||||
module: {
|
module: {
|
||||||
loaders,
|
loaders,
|
||||||
postLoaders: [{
|
postLoaders: [{
|
||||||
|
|
Loading…
Reference in a new issue