add temp solution for extracting all styles to one bundle
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user