Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit 305d24d

Browse files
renovate[bot]renovate-botDemivan
authored
Update all non-major dependencies (#693)
* Update all non-major dependencies * Remove not needed hacks Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Ivan Demchuk <ivan.demchuk@gmail.com>
1 parent 8d963d4 commit 305d24d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

__tests__/compiler.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ export default async (fixture: string, options = {}, hot = false): Promise<webpa
1515
mode: 'production',
1616
module: {
1717
rules: [
18-
{
19-
// https://github.com/projectfluent/fluent.js/issues/517
20-
test: /\.js/,
21-
include: /@fluent[\\/](bundle|langneg|syntax|sequence)[\\/]/,
22-
type: 'javascript/esm'
23-
},
2418
{
2519
resourceQuery: /blockType=fluent/,
2620
use: {

0 commit comments

Comments
 (0)