mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
webpack: add filename option to miniCssExtractPlugin
commented out for now, because it currently does not make sense yet. This will be working, when I change webpack output to the "build" folder instead of the current (messy) way, where it outputs into src/public/app-dist
This commit is contained in:
parent
dde24785b8
commit
0b4f5e998e
@ -23,7 +23,10 @@ const config: Configuration = {
|
|||||||
filename: "[name].js"
|
filename: "[name].js"
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new miniCssExtractPlugin()
|
new miniCssExtractPlugin({
|
||||||
|
// TriliumNextTODO: enable this, once webpack build outputs into the "build" folder, instead of "src/public/app-dist" folder => @pano9000
|
||||||
|
//filename: "../stylesheets/[name].css"
|
||||||
|
})
|
||||||
],
|
],
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user