Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 403 Bytes

webpack.config.md

File metadata and controls

11 lines (10 loc) · 403 Bytes

Add the following test.htmlfor the WebView exmaple via the ollowing line in webpack.config.js

new CopyWebpackPlugin([
    { from: { glob: "ns-ui-widgets-category/web-view/source-load/*.html" } }, 
    { from: { glob: "ns-ui-widgets-category/placeholder/platform-files/*.ts" } },
    { from: { glob: "fonts/**" } },
    { from: { glob: "**/*.jpg" } },
    { from: { glob: "**/*.png" } },
]