Skip to content

Commit

Permalink
Updates css
Browse files Browse the repository at this point in the history
  • Loading branch information
kquintesens committed Dec 20, 2019
1 parent cb89c00 commit 827f8b3
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var path = require('path');
var ExtractTextPlugin = require('extract-text-webpack-plugin');
var HtmlWebpackPlugin = require('html-webpack-plugin');
var HtmlWebpackIncludeAssetsPlugin = require('html-webpack-include-assets-plugin');
var CopyWebpackPlugin = require('copy-webpack-plugin');

var environment = process.env.NODE_ENV || 'development';

Expand Down Expand Up @@ -39,7 +38,7 @@ const routesData = {
{url: '/overview', title: 'Overview', template: 'app/overview.html', filename: 'overview/index.html'},
{url: '/terms_of_service', title: 'Terms of Service', template: 'app/terms_of_service.html', filename: 'terms_of_service/index.html'},
{url: '/privacy_policy', title: 'Privacy Policy', template: 'app/privacy_policy.html', filename: 'privacy_policy/index.html'},
{url: '/cpubis', title: 'Etica Mining Pool 991 880 webpack', template: 'app/cpubis.html', filename: 'cpubis/index.html'},
{url: '/cpu', title: 'Etica Mining Pool 991 880', template: 'app/cpu.html', filename: 'cpu/index.html'},
]
}

Expand Down Expand Up @@ -104,14 +103,5 @@ module.exports = {
}
},
plugins: [
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: '"production"'
}
}),
new ExtractTextPlugin({
filename: 'app/assets/main.css'
}),
new HtmlWebpackIncludeAssetsPlugin({ assets: ['css/style.css', 'csshome/component.css', 'csshome/demo.css', 'csshome/normalize.css'], append: true })
]
webpackPlugins
};

0 comments on commit 827f8b3

Please sign in to comment.