Skip to content

Commit

Permalink
Remove alias
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 20, 2024
1 parent a4a4e1a commit 5d8cb97
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
5 changes: 0 additions & 5 deletions buildtools/webpack.commons.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,6 @@ module.exports = function (config) {
api: path.resolve(__dirname, '../api/src'),
lib: path.resolve(__dirname, '../lib'),
gmf: path.resolve(__dirname, '../src'),
jsts: 'jsts/org/locationtech/jts',
olcs: 'ol-cesium/src/olcs',
'jquery-ui/datepicker': 'jquery-ui/ui/widgets/datepicker', // For angular-ui-date
// required to make it working with types
'typeahead': 'corejs-typeahead',
},
},
optimization: {
Expand Down
5 changes: 0 additions & 5 deletions buildtools/webpack.config.dll.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ module.exports = {
$: 'jquery',
}),
],
resolve: {
alias: {
'jquery-ui/datepicker': 'jquery-ui/ui/widgets/datepicker', // For angular-ui-date
},
},
optimization: {
minimizer: [
new TerserPlugin({
Expand Down
7 changes: 1 addition & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@
"gmf/*": ["src/*"],
"gmfapi/*": ["srcapi/*"],
"api/*": ["api/src/*"],
"lib/*": ["lib/*"],
"olcs/*": ["node_modules/ol-cesium/src/olcs/*"],
"mapillary-js/*": ["node_modules/mapillary-js/dist/mapillary.d.ts"],
"moment": ["node_modules/moment/moment.d.ts"],
"jsts/*": ["node_modules/@types/jsts/index.d.ts"],
"localforage/*": ["node_modules/localforage/*"]
"lib/*": ["lib/*"]
}
},
"include": ["src/**/*.js", "src/**/*.ts", "srcapi/**/*.ts", "lib/**/*.js", "api/src/**/*.js"],
Expand Down

0 comments on commit 5d8cb97

Please sign in to comment.