Skip to content

Commit

Permalink
chore: fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 14, 2024
1 parent ab8d4dc commit 40b23c7
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions packages/demo/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,17 @@ module.exports = ({ production, node } = {}, { server } = {}, { analyze } = {})
{ test: /\.(sass|scss)$/, use: ['style-loader', 'css-loader', 'sass-loader'], issuer: /\.[tj]s$/i },
{ test: /\.(sass|scss)$/, use: ['css-loader', 'sass-loader'], issuer: /\.html?$/i },
// { test: /\.js$/, enforce: 'pre', use: ['source-map-loader'], include: [/aurelia-slickgrid/] },
{ test: /\.ts$/i, use: [
{
loader: 'ts-loader',
options: {
transpileOnly: true
}
},
'@aurelia/webpack-loader'
], exclude: /node_modules/ },
{
test: /\.ts$/i, use: [
{
loader: 'ts-loader',
options: {
transpileOnly: true
}
},
'@aurelia/webpack-loader'
], exclude: /node_modules/
},
{
test: /[/\\](?:src|dev-app)[/\\].+\.html$/i,
use: {
Expand Down

0 comments on commit 40b23c7

Please sign in to comment.