Skip to content

Commit

Permalink
remove all the frontend_enterprise mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Mordasov committed Jan 2, 2024
1 parent fa531a6 commit 779080a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion grafana-plugin/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
frontend_enterprise
.DS_Store
playwright-report
1 change: 0 additions & 1 deletion grafana-plugin/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ yarn-error.log*

# This file is generated
grafana-plugin.yml
frontend_enterprise

# playwright
/playwright-report/
Expand Down
4 changes: 2 additions & 2 deletions grafana-plugin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "@grafana/toolkit/src/config/tsconfig.plugin.json",
"include": ["src", "frontend_enterprise/src", "e2e-tests", "playwright.config.ts"],
"include": ["src", "e2e-tests", "playwright.config.ts"],
"types": ["node", "@emotion/core"],
"compilerOptions": {
"rootDirs": ["src", "frontend_enterprise/src"],
"rootDirs": ["src"],
"baseUrl": "src",
"typeRoots": ["./node_modules/@types"],
"noUnusedLocals": true,
Expand Down
6 changes: 0 additions & 6 deletions grafana-plugin/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ module.exports.getWebpackConfig = (config, options) => {
'process.env': JSON.stringify(dotenv.config().parsed),
}),
],

resolve: {
...config.resolve,
symlinks: false,
modules: [path.resolve(__dirname, './frontend_enterprise/src'), ...config.resolve.modules],
},
};

return newConfig;
Expand Down

0 comments on commit 779080a

Please sign in to comment.