mirror of
https://github.com/maputnik/editor.git
synced 2026-01-05 21:10:02 +00:00
Fixed regexp for windows.
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = [
|
||||
},
|
||||
{
|
||||
test: /\.jsx?$/,
|
||||
exclude: /(.*node_modules(?!\/@mapbox\/mapbox-gl-style-spec)|bower_components|public)/,
|
||||
exclude: /(.*node_modules(?![\/\\]@mapbox[\/\\]mapbox-gl-style-spec)|bower_components|public)/,
|
||||
loader: 'babel',
|
||||
query: {
|
||||
presets: ['es2015', 'react'],
|
||||
|
||||
Reference in New Issue
Block a user