摘要: class Layout extends React.Component { constructor(props) { super(props); } render() { return ( {this.props.children} ); ... 阅读全文
posted @ 2018-03-13 15:40 Nyan 阅读(253) 评论(0) 推荐(0) 编辑
摘要: const path = require('path'); const webpack = require('webpack'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const ExtractTextPlugin = require("extract-text-webpack-plugin"); module.e... 阅读全文
posted @ 2018-03-13 15:37 Nyan 阅读(157) 评论(0) 推荐(0) 编辑