issues
search
microsoft
/
PowerBI-visuals-tools
Contains tools for building/packaging Power BI visuals
https://www.powerbi.com
MIT License
336
stars
152
forks
source link
disabled node runtime fallback
#508
Closed
uve
closed
9 months ago
uve
commented
9 months ago
Added the
node: false
option to the webpack plugin to eliminate the use of the potentially dangerous
new Function()
method, which ensures compatibility with the Node.js runtime.
Introduced support for *.mjs ECMAScript modules.