Changed "use" to "cdn" in path_mapping.json and getting error
Error: Error: TypeError: Cannot read property 'normalize' of undefined
In module tree:
main-temp
app
viewModels/new-order-screen
at Object.<anonymous> (..invmgmtplugin\node_modules\requirejs\bin\r.js:1218:35)
new-order-screen.js looks like
"use strict";
define([
'ojs/ojcore',
'knockout',
'./abstract-screen-view-model',
'app-constants',
'models/order-collection',
'models/order-model',
'models/order-item-model',
'storage/persistent-storage',
'text!icons/new-order-screen-icon.svg',
'ojs/ojarraydataprovider',
The question is what am I doing wrong and how to use text and css plugins with use=cdn?
JET 6.1.0