Skip to content

Commit

Permalink
bump flutter-builder version
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Nov 2, 2021
1 parent 256a773 commit d2e3167
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions editor/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ const withTM = require("next-transpile-modules")([

// -----------------------------
// region builders - part of designto-code / coli
// region flutter builder
"@flutter-builder/flutter",
// endregion flutter builder

// region web builders
"@coli.codes/nodejs-builder",
Expand All @@ -85,13 +82,6 @@ const withTM = require("next-transpile-modules")([

module.exports = withTM({
webpack: (config) => {
config.node = {
fs: "empty",
};
config.module.rules.push({
test: /\.txt$/,
use: "raw-loader",
});
return config;
},
async redirects() {
Expand Down

0 comments on commit d2e3167

Please sign in to comment.