krimeshu opened a new issue #3295:
URL: https://github.com/apache/incubator-weex/issues/3295


   <!--
   Thanks for using Weex. Github Issue is only used for bur report and please 
follow the template to report the bug. 
   A good bug report should include the following information:
   -->
   
   <!-- Requirements: please go through this checklist before opening a new 
issue
     - * Review the documentation: https://weex.apache.org/index.html
     - * Search for existing issues: 
https://github.com/apache/incubator-weex/issues
     - * Use the latest Weex release: 
https://github.com/apache/incubator-weex/releases -->
   
   
   ## Describe the bug
   <!-- A clear and concise description of what the bug is. -->
   
   Page rendering failed, root dom doesn't show any style and child components.
   
   ## To Reproduce
   <!-- Steps to reproduce the behavior.  Include a MCVE using 
http://dotwe.org/vue , crash stacktrace or  share your app project. Please 
follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve 
-->
   
   Create weex project, update **webpack** to v4, update **webpack-dev-server** 
and **webpack-cli**, replace css processing plugin to 
**mini-css-extract-plugin** and update **vue-loader**.
   
   Update `postTransformNode` config from `compilerModules` to 
`compilerOptions.modules`.
   
   Start **webpack-dev-server**, every thing is OK, no error but page rendering 
failed.
   
   Did not try render in weex native mode yet.
   
   ## Environment
   <!-- 
   * Device: [e.g. iPhone6]
   * OS: [e.g. iOS8.1]
   * Version [e.g. 22]
   * Build from source [e.g. yes/no] -->
   
   Browser.
   
   ## Expected behavior
   <!-- A clear and concise description of what you expected to happen. -->
   
   Show the page content.
   
   ## Additional context
   <!-- Add any other context about the problem here.-->
   
   Is weex not planning to be updated any more? 
   
   Webpack has updated to v5, but weex will not update webpack forever?
   
   That could causing a lot of security problems!
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to