Skip to content

Commit

Permalink
Fix browser build, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Sep 29, 2021
1 parent 16676cd commit 933d645
Show file tree
Hide file tree
Showing 4 changed files with 17,080 additions and 8,543 deletions.
4 changes: 1 addition & 3 deletions browser-build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ module.exports = {
output: {
filename: "sldStyleParser.js",
path: __dirname + "/browser",
library: "GeoStylerSLDParser",
chunkFormat: "array-push"
library: "GeoStylerSLDParser"
},
resolve: {
extensions: [".ts", ".js", ".json"],
Expand All @@ -23,7 +22,6 @@ module.exports = {
new TerserPlugin()
]
},
target: 'es5',
module: {
rules: [
{
Expand Down
2 changes: 1 addition & 1 deletion dev-build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
include: __dirname + '/src',
use: [
{
loader: require.resolve('ts-loader'),
loader: require.resolve('babel-loader')
}
]
}
Expand Down
Loading

0 comments on commit 933d645

Please sign in to comment.