Removed old code

This commit is contained in:
Rainer Hihn 2021-04-13 18:55:46 +02:00
parent dbfde3658d
commit 10541ed584
1 changed files with 9 additions and 3 deletions

View File

@ -4,8 +4,8 @@ const path = require("path");
const HtmlWebpackPlugin = require('html-webpack-plugin'); const HtmlWebpackPlugin = require('html-webpack-plugin');
const CopyWebpackPlugin = require("copy-webpack-plugin"); const CopyWebpackPlugin = require("copy-webpack-plugin");
const webpack = require("webpack");
require("webpack");
module.exports = { module.exports = {
context: path.resolve(__dirname, 'src'), context: path.resolve(__dirname, 'src'),
entry: './main.js', entry: './main.js',
@ -34,8 +34,14 @@ module.exports = {
"manifest.json", "manifest.json",
"manifest.webapp", "manifest.webapp",
"webapp.manifest.json", "webapp.manifest.json",
{ from: "../node_modules/bootstrap/dist/css/bootstrap.min.css", to: "css/" }, {
{ from: "../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2", to: "css/" }, from: "../node_modules/bootstrap/dist/css/bootstrap.min.css",
to: "css/"
},
{
from: "../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2",
to: "css/"
},
{ from: "../node_modules/emojione/lib/js/emojione.min.js" }, { from: "../node_modules/emojione/lib/js/emojione.min.js" },
{ from: "../node_modules/linkifyjs/dist/linkify.min.js" }, { from: "../node_modules/linkifyjs/dist/linkify.min.js" },
{ from: "../node_modules/linkifyjs/dist/linkify-string.min.js" }, { from: "../node_modules/linkifyjs/dist/linkify-string.min.js" },