Skip to content

Commit

Permalink
update: vuex_prd_tools configuration
Browse files Browse the repository at this point in the history
Signed-off-by: ArvinHuang <[email protected]>
  • Loading branch information
idwenwen committed Jan 15, 2024
1 parent 8fa5c39 commit a5cc882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources-front-end/packages/fate-board/src/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { createStore } from 'vuex';
import Mods from './modules';

export default createStore({
devtools: false,
modules: Mods,
});
2 changes: 2 additions & 0 deletions resources-front-end/packages/fate-board/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ module.exports = function (env, args) {
plugins: [
new webpack.DefinePlugin({
'process.env': require('./dev.env'),
'__VUE_OPTIONS_API__': true,
'__VUE_PROD_DEVTOOLS__': false
}),
],
}
Expand Down

0 comments on commit a5cc882

Please sign in to comment.