add temp solution for extracting all styles to one bundle

This commit is contained in:
igoradamenko
2018-03-11 21:23:52 +03:00
parent 6c3562b120
commit f711f3151f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ import 'common/polyfills'; // TODO: check it
import { h, render } from 'preact';
import Root from './components/root';
import ListComments from './components/list-comments'; // TODO: temp solution for extracting styles
import { NODE_ID } from './common/constants';
+1 -1
View File
@@ -38,10 +38,10 @@ const commonStyleLoaders = [
module.exports = {
context: __dirname,
entry: {
remark: './app/remark',
embed: './app/embed',
counter: './app/counter',
'last-comments': './app/last-comments',
remark: './app/remark',
},
output: {
path: publicFolder,