Skip to content

Instantly share code, notes, and snippets.

View pxbuffer's full-sized avatar
🏠
Working from home

pxbuffer

🏠
Working from home
View GitHub Profile
const PATH = require('path');
const WEBPACK = require('webpack');
const HTML_WEBPACK_PLUGIN = require('html-webpack-plugin');
const MERGE = require('webpack-merge');
const PUG = require('./webpack/pug');
const DEVSERVER = require('./webpack/devserver');
const CSS = require('./webpack/css');
const FONTS = require('./webpack/fonts');
const IMAGES = require('./webpack/images');
const SPRITE_SVG = require('./webpack/svg-sprite');
import React, {Component} from 'react';
import {withRouter} from 'react-router-dom';
import Header from "../components/header";
import axios from "axios";
import serialize from "form-serialize";
class Jurist extends Component {
constructor(props) {
import React, {Component} from 'react';
import {withRouter} from 'react-router-dom';
import Header from "../components/header/header";
import axios from 'axios';
// let newarr = [];
class News extends Component {