1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +02:00

fix[GH-3764]: webpack extension (#3906)

This commit is contained in:
Julien Fabre 2022-10-03 11:57:13 +02:00 committed by GitHub
parent 4e8a3f8232
commit be8854b177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
const tsTransformer = require('@formatjs/ts-transformer');
const path = require('path');
const tsTransformer = require('@formatjs/ts-transformer');
const CopyPlugin = require('copy-webpack-plugin');
var HtmlWebpackPlugin = require('html-webpack-plugin');
@ -70,8 +71,8 @@ function makeCommonConfig() {
test: /\.(eot|tiff|svg|woff2|woff|ttf|png|jpg|jpeg|gif)$/,
type: 'asset/resource',
generator: {
filename: 'static/[name].[ext]',
}
filename: 'static/[name][ext]',
},
},
],
},