Bougie

Results 4 issues of Bougie

建议换一种预渲染方式

enhancement

- 添加 friendly-errors-webpack-plugin (参考 mirc) - standard 整合进 ESLint - stylelint 整合进 PostCSS - 添加 eslint-loader - 开发环境添加 postcss-loader,可在终端看见不规范的样式错误

enhancement

- The example code is ```swift struct Example: View { @State var selection = 0 var body: some View { ZStack { Color.blue.edgesIgnoringSafeArea(.all) } .lazyPop() .frame(maxWidth: .infinity, maxHeight: .infinity) .edgesIgnoringSafeArea(.all)...