Open tobiashoeft opened 1 year ago
This looks like something specific to the angular framework rather than office add-ins specifically. You should probably post on stack overflow or someplace where more Angular experts might see.
I think there is a problem with "build": "webpack --mode production",
Okay thx u!
The build command is calling webpack to create the bundled output files based on the settings in the webpack config file (also not specific to office addins). The use of 'nlif' is specific to angular. If you search the web you'll find other places that speak more to this angular construct and the potentially related problems.
run : npm run build
package.json
Getting the following error on production server:
Anyone can help me or suggest an solution?