Webpack4 can't use dynamic import?

according to the demo in ides/code-splitting/" rel=" nofollow noreferrer > webpack Guide . appears

it was fine when there was no webpack4.x version before. Now my previous version of webpack3.10.0, demo, has the same error. What"s the problem, please? It doesn"t make sense. My old demo didn"t work either.
Uh. Recently upgraded node to 8.9.3 using n? Is there a problem with the node version?

Feb.27,2021

try to install babel-plugin-dynamic-import-webpack and configure

in .babelrc .
    "plugins": [
            "dynamic-import-webpack"
        ],
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1beae51-311b0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1beae51-311b0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?