ol-cesium-webpack-example icon indicating copy to clipboard operation
ol-cesium-webpack-example copied to clipboard

Cesium3DTileset does not work

Open yangdengxian opened this issue 5 years ago • 0 comments

Hello, I found a bug that Cesium3DTileset does not work in this example. I thought it missed some dependencies, such as ThirdParty.
This is the webpack.config.js that I had updated a few codes

        new CopyWebpackPlugin([{ from: path.join(cesiumSource, cesiumWorkers), to: 'Workers' }]),
        new CopyWebpackPlugin([{ from: path.join(cesiumSource, 'Assets'), to: 'Assets' }]),
        new CopyWebpackPlugin([{ from: path.join(cesiumSource, 'Widgets'), to: 'Widgets' }]),
        new CopyWebpackPlugin([{ from: path.join(cesiumSource, 'ThirdParty'), to: 'ThirdParty' }]),

Best wishes!

yangdengxian avatar Jun 18 '19 03:06 yangdengxian