fix: restore crlf for static files

This commit is contained in:
Nick
2019-08-04 16:04:34 -04:00
parent e184fed8ee
commit 2142b5f674
43 changed files with 0 additions and 581 deletions

View File

@@ -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/,