Now we have to create the styling file. All the css and js files must be created under view/{areacode}/web folder.
All configuration is done in the requirejs-config.js
file. It has a single root object config
which contains the configuration options described below.
var config = {
map: {...},
paths: {...},
deps: [...],
shim: {...},
config: {
mixins: {...},
text: {...}
}
}