We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e4260 commit d721d60Copy full SHA for d721d60
.github/workflows/nextjs.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
- name: npm
24
id: install-npm
25
- run: npm i && npm install --save-dev style-loader css-loader && npm install react-monaco-editor
+ run: npm i && npm install --save-dev style-loader css-loader && npm install react-monaco-editor && npm install [email protected] --save-dev
26
- name: Detect package manager
27
id: detect-package-manager
28
run: |
next.config.js
@@ -7,11 +7,6 @@ module.exports = {
7
locales: ['en', 'ru'],
8
defaultLocale: "en",
9
},
10
- swcMinify: false,
11
- terserOptions: {
12
- compress: false,
13
- mangle: false,
14
- },
15
webpack: (config) => {
16
config.module.rules.push({
17
test: /\.css$/i,
0 commit comments