fix: restore crlf for static files
This commit is contained in:
@@ -142,7 +142,6 @@ module.exports = {
|
||||
{
|
||||
test: /\.svg$/,
|
||||
exclude: [
|
||||
path.join(process.cwd(), 'client/svg'),
|
||||
path.join(process.cwd(), 'node_modules/grapesjs')
|
||||
],
|
||||
use: [
|
||||
@@ -155,17 +154,6 @@ module.exports = {
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
test: /\.svg$/,
|
||||
include: [
|
||||
path.join(process.cwd(), 'client/svg')
|
||||
],
|
||||
use: [
|
||||
{
|
||||
loader: 'raw-loader'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
test: /\.(graphql|gql)$/,
|
||||
exclude: /node_modules/,
|
||||
|
Reference in New Issue
Block a user