Webix-jet, webpack 5 and aliases

Hi,

is there another way to handle jet-views & jet-locales aliases ?

I’m trying to setup a webpack config with multiple entries, and, as you, in webpack (5), aliases can not be setted per entries.

alias:{
  'jet-views':path.resolve(__dirname, 'src/views'),
  'jet-locales':path.resolve(__dirname, 'src/locales')
}

While waiting for a hypothetical answer to this question, i’m working on a webpack custom resolver.

Thanks