Skip to content

Instantly share code, notes, and snippets.

View matthew798's full-sized avatar

Matthew Goulart matthew798

View GitHub Profile
@matthew798
matthew798 / webpack.config
Created November 1, 2019 18:41
weback config for issue
const path = require('path');
const SpriteLoaderPlugin = require('svg-sprite-loader/plugin');
const LodashModuleReplacementPlugin = require('lodash-webpack-plugin');
module.exports = {
entry: {
editor: path.resolve(__dirname, './src/js/FormrEditor.js'),
renderer: path.resolve(__dirname, './src/js/FormrRenderer.js')
},
output: {
#include <stdio.h>
#include <netinet/in.h>
#include <pthread.h>
#include <string.h>
#include <libnet.h>
struct passinfo{
int fd;
char *socketName;
};