-
-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
Description
Hello,
Since webpack is obscure to me, I'm giving encore a chance but i'm strugling with how to add an alias and externals entries
resolve: {
extensions: ['.js', '.json', '.vue'],
alias: {
Translator: 'node_modules/bazinga-translator/js',
},
},
externals: {
vue: 'Vue',
vuex: 'Vuex',
google: 'google',
leaflet: 'L',
markerclustererplus: 'MarkerClusterer',
routing: 'Routing',
app: 'app',
translator: 'Translator',
},I tried ctrl+f in encore API but didn't found it :(
chornobils