CSS无法立即在Webpack项目中加载

时间:2019-03-29 13:45:50

标签: javascript webpack

这是显示第一次加载的图像

enter image description here

几秒钟后,一切都会好起来,例如设计,javascript,图像等...

这是我的webpack.config.js:

func textDidChange(_ notification: Notification)
{
    self.textView.textStorage?.enumerateAttribute(NSAttributedString.Key.attachment, in: NSMakeRange(0, self.textView.textStorage!.length), options: [], using: {
        (value:Any?, range:NSRange, stop:UnsafeMutablePointer<ObjCBool>) in
        // If the value is one of your attachment save the range in a list
    })
}

我不知道我要缺少什么,但我确实知道有什么缺少但没有指出。我曾尝试过,但没有成功。

如果能帮助我解决这个问题,我将不胜感激。

谢谢

1 个答案:

答案 0 :(得分:0)

显然,CSS总是在JS之后加载。

看看这个: https://github.com/webpack-contrib/style-loader/issues/269

您还可以设置显示:您的身体或主div都不显示,并在CSS中进行更改。加载需要花费相同的时间,但在这些微秒内您不会看到样式丑陋的内容。