feat: nested collections (#680)
This commit is contained in:
committed by
GitHub
parent
22a1b8d9c0
commit
d0ecae310c
BREAKING_CHANGES.mdwebpack.config.js
packages
core
dev-test
src
__tests__
actions
backend.tsbackends/test
components
collections
common
entry-editor
media-library/common
navbar
constants
formats
interface.tslib
reducers
store
widgets/file
demo/public
docs/content/docs
@ -54,7 +54,10 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
test: /\.css$/,
|
||||
include: [...['ol', 'codemirror', '@toast-ui'].map(moduleNameToPath), path.resolve(__dirname, 'src')],
|
||||
include: [
|
||||
...['ol', 'codemirror', '@toast-ui'].map(moduleNameToPath),
|
||||
path.resolve(__dirname, 'src'),
|
||||
],
|
||||
use: [
|
||||
!isProduction ? 'style-loader' : MiniCssExtractPlugin.loader,
|
||||
'css-loader',
|
||||
@ -112,6 +115,7 @@ module.exports = {
|
||||
devServer: {
|
||||
static: {
|
||||
directory: './dev-test',
|
||||
watch: false,
|
||||
},
|
||||
host: '0.0.0.0',
|
||||
port: devServerPort,
|
||||
|
Reference in New Issue
Block a user