[monorepo][m] - restructuring
- renamed apps to examples - renamed libs to packages - fixed data-literate build
This commit is contained in:
17
examples/data-literate/next.config.js
Normal file
17
examples/data-literate/next.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
//@ts-check
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const { withNx } = require('@nrwl/next/plugins/with-nx');
|
||||
|
||||
/**
|
||||
* @type {import('@nrwl/next/plugins/with-nx').WithNxOptions}
|
||||
**/
|
||||
const nextConfig = {
|
||||
nx: {
|
||||
// Set this to true if you would like to use SVGR
|
||||
// See: https://github.com/gregberge/svgr
|
||||
svgr: false,
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = withNx(nextConfig);
|
||||
Reference in New Issue
Block a user