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:
parent
4e8a3f8232
commit
be8854b177
@ -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]',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user