Add FontAwesome

This commit is contained in:
Tyler Vigario
2020-05-29 21:51:17 -07:00
parent 5f99900aa5
commit 250c568f42
7 changed files with 59 additions and 49 deletions

View File

@ -1,5 +1,4 @@
const path = require('path');
//const webpack = require('webpack');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
@ -19,11 +18,6 @@ module.exports = {
//ecmaVersion: 5,
},
plugins: [
/*new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery',
//Popper: 'popper.js',
}),*/
new MiniCssExtractPlugin({
filename: 'static/css/[name].css',
}),
@ -74,7 +68,6 @@ module.exports = {
],
],
plugins: [
//'@babel/plugin-proposal-private-methods',
'@babel/plugin-proposal-class-properties',
],
},